@media only screen and (max-width: 600px) {
  .description{
    width: 500xp;
    
  }
}
@media only screen and (max-width: 800px) {
  .description{
    width: 700xp;
    
  }
}
@media only screen and (max-width: 700px) {
  .description{
    width: 500xp;
    
  }
}
@media only screen and (max-width: 900px) {
  .description{
    width: 800xp;
    
  }
}
@media only screen and (max-width: 200px) {
  .description{
    width: 100xp;
    
  }
}
@media only screen and (max-width: 300px) {
  .description{
    width: 200xp;
    
  }
}
@media only screen and (max-width: 400px) {
  .description{
    width: 300xp;
    
  }
}
@media only screen and (max-width: 500px) {
  .description{
    width: 600xp;
    
  }
}
@media only screen and (max-width: 100px) {
  .description{
    width: 50xp;
    
  }
}
